home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00163_Bitmap_c1.pcx (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  121KB  |  520x230  |  4-bit (7 colors)
Labels: text | screenshot | font
OCR: The standard header file "stdio.h" contains the function prototype for "printf( )". It also contains the macro definitions for "getchar( )" and "putchar( )", which will be used to read characters from the keyboard and to write characters to the screen, respectively. The standard header file "ctype.h" contains the macro definition for "isalpha( )", which will be used to determine if a character "is alphabetic," that is, if it is a lower- or uppercase letter.